You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// Given that a % b will give the remainder when a is divided by b, write a detailed computer solution that can be used to convert a number in base 10 to a different base. The inputs to your computer solution should be a number in base 10 and a base the number is to be converted to.